This repository was archived by the owner on Mar 17, 2023. It is now read-only.
Update Rust crate anyhow to 1.0.69 #2
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.0.28->1.0.69Release Notes
dtolnay/anyhow
v1.0.69Compare Source
v1.0.68Compare Source
-Zrustdoc-scrape-exampleson docs.rs for nowv1.0.67Compare Source
context()is used on anOption(#280)v1.0.66Compare Source
contextcall (#279)v1.0.65Compare Source
impl Provider for anyhow::Errorv1.0.64Compare Source
#[source] anyhow::Errorwith thiserror crate (#231)v1.0.63Compare Source
v1.0.62Compare Source
cargoinvocations with IDE builds (#261)v1.0.61Compare Source
v1.0.60Compare Source
--targetto rustc invocation when deciding about backtrace support (#249, thanks @RalfJung)v1.0.59Compare Source
no-stdcategoryv1.0.58Compare Source
v1.0.57Compare Source
log4rs-specific workaround frombail!macro implementationv1.0.56Compare Source
must_usewarning when an Error created byanyhow!is not used, perhaps because the programmer meant to writebail!instead (#229)v1.0.55Compare Source
v1.0.54Compare Source
ensure!when the expression involves a negative literal const generic as the first generic argument of a method call (#224)v1.0.53Compare Source
v1.0.52Compare Source
v1.0.51Compare Source
Okfnv1.0.50Compare Source
ensure!macro (#199, #200, #202, #203, #204, #205, #206)v1.0.49Compare Source
anyhow::Ok(v)equivalent toOk::<_, anyhow::Error>(v)(#192)v1.0.48Compare Source
Debugrendering of lhs and rhs inensure!messages (#193, #194, #195, #196, #197, #198)Example:
v1.0.47Compare Source
v1.0.46Compare Source
Support for implicit format args to match println and other std macros (https://rust-lang.github.io/rfcs/2795-format-args-implicit-identifiers.html)
Detect missing fmt arguments at compile time:
anyhow!("{} not found")(#55)Reduce occurrence of "future cannot be shared between threads safely" in async code using anyhow macros (#186)
v1.0.45Compare Source
anyhow!,ensure!, orbail!with format args and is built with#![no_std]or#v1.0.44Compare Source
v1.0.43Compare Source
v1.0.42Compare Source
v1.0.41Compare Source
v1.0.40Compare Source
v1.0.39Compare Source
Add an opt-in implementation of
Error::backtraceon stable compilers based on thebacktracecrate (#143)v1.0.38Compare Source
v1.0.37Compare Source
v1.0.36Compare Source
void*for round tripping through a C FFI (#132)v1.0.35Compare Source
Support 1-argument use of
ensure!(#126)v1.0.34Compare Source
bail!macro in preparation for https://github.com/rust-lang/rust/pull/78685 (#120)v1.0.33Compare Source
anyhow!,bail!,ensure!macros (#114)v1.0.32Compare Source
impl From<anyhow::Error> for Box<dyn Error + Send + 'static>(#103)v1.0.31Compare Source
{:?}representation (#92)v1.0.30Compare Source
cargo rustc -vv(#91, thanks @eoger)v1.0.29Compare Source
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.